-- card: 137128 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 4507 -- name: -- part 3 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=49 top=172 right=208 bottom=109 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Did I? ----- HyperTalk script ----- on mouseUp put "I'm waiting to see if you click." wait 2 secs if the mouseClick then put "You clicked." else put "You didn't click." end mouseUp -- part contents for background part 43 ----- text ----- 337,169 -- part contents for background part 2 ----- text ----- mouseClick -- part contents for background part 1 ----- text ----- the mouseClick tells whether the mouse was clicked since this message began. on mouseUp put "I'm waiting to see if you click." wait 2 secs if the mouseClick then put "You clicked." else put "You didn't click." end mouseUp